home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / amos / AMOSList-0199.lzh / AMOSLIST / 000041_nobody_Wed Jan 27 07:10:55 1999.msg < prev    next >
Internet Message Format  |  1999-02-11  |  3KB

  1. Received: from onelist.com (pop.onelist.com [209.207.164.205])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id HAA25361
  3.     for <mcox4@osf1.gmu.edu>; Wed, 27 Jan 1999 07:10:55 -0500 (EST)
  4. Received: (qmail 23652 invoked by alias); 27 Jan 1999 12:08:14 -0000
  5. Received: (qmail 23613 invoked from network); 27 Jan 1999 12:08:05 -0000
  6. Received: from unknown (HELO mail-ki.kild.eu.modusmedia.com) (208.14.214.114) by pop.onelist.com with SMTP; 27 Jan 1999 12:08:05 -0000
  7. Received: from gormand ([192.168.72.85]) by mail-ki.kild.eu.modusmedia.com (Netscape Messaging Server 3.5)  with SMTP id AAA2EE for <amos-list@onelist.com>; Wed, 27 Jan 1999 12:13:20 +0000
  8. From: "Declan Gorman" <declan_gorman@modusmedia.com>
  9. To: <amos-list@onelist.com>
  10. Date: Wed, 27 Jan 1999 12:10:36 -0000
  11. Message-ID: <001901be49ee$0cd0b0c0$5548a8c0@gormand>
  12. X-Priority: 3 (Normal)
  13. X-MSMail-Priority: Normal
  14. X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
  15. Importance: Normal
  16. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
  17. In-Reply-To: <yam7694.2979.2016163032@golden.net>
  18. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  19. Delivered-To: mailing list amos-list@onelist.com
  20. Precedence: bulk
  21. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  22. Reply-to: amos-list@onelist.com
  23. Mime-Version: 1.0
  24. Content-Type: text/plain; charset="iso-8859-1"
  25. Content-Transfer-Encoding: 7bit
  26. Subject: [amos-list] Re: Slider Gadgets and Preset Values
  27. Status: O
  28. X-Status: 
  29.  
  30. From: "Declan Gorman" <declan_gorman@modusmedia.com>
  31.  
  32. Thanks Rev Giark, your answer was something I was exploring but needed to
  33. know if it was a bug or a "feature" of the GUI Extension.
  34.  
  35. Another thing for ya......Is it possible to set the range of a slider within
  36. AMOS? i.e. Defined in Gadtools as 0-127, but in AMOS reset it to 0-100.
  37. The reason I am asking is that I am trying to save a bit of space on my GUI
  38. and considering sharing sliders.
  39.  
  40. Thanks.
  41.  
  42. Declan.
  43.  
  44. -----Original Message-----
  45. From: Rev. Giark To You [mailto:giark@hicksville.ddns.org]
  46. Sent: 25 January 1999 16:06
  47. To: Declan Gorman
  48. Subject: [amos-list] Re: Slider Gadgets and Preset Values
  49.  
  50.  
  51. From: "Rev. Giark To You" <giark@hicksville.ddns.org>
  52.  
  53. On 25-Jan-99, Declan Gorman wrote:
  54. >  My problem is that I cannot display decimal numbers as they seem to be
  55. >rounded off to the nearest whole number. ie. "0.5" is displayed as "1".
  56.  
  57. I found the same problem. It is in the GUI extension and Pietro seems to
  58. have
  59. died. The only solution is to make a text gadget and use the str$() function
  60. to change your number into a string.
  61.  
  62. A$=Str$(YOURNUM#)
  63. 'Remember that you must use the # after variables if they are floating
  64. point,
  65. or AMOS will chop the decimals off itself
  66. Gui Set 1,1,0,Varptr(A$)
  67.  
  68. Well met and godspeed,
  69.                       Rev. Giark
  70.  
  71.  
  72. ------------------------------------------------------------------------
  73. To unsubscribe from this mailing list, or to change your subscription
  74. to digest, go to the ONElist web site, at http://www.onelist.com and
  75. select the User Center link from the menu bar on the left.
  76. ------------------------------------------------------------------------
  77. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html